Frac2Fix
You can use the Frac2Fix function to convert aFract
number to aFixed
number.
FUNCTION Frac2Fix (x: Fract): Fixed;
x
- The
Fract
number to be converted to aFixed
number.DESCRIPTION
The Frac2Fix function returns the Fixed number that best approximates theFract
number you supply in thex
parameter.